Keysight Pathwave 89600 VSA .NET API
Remove(IEnumerable<MathFunction>) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > MathFunctionCollection Class > Remove Method : Remove(IEnumerable<MathFunction>) Method


items
The math functions to remove.

Glossary Item Box

Remove the specified math functions.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Remove( _
   ByVal items As IEnumerable(Of MathFunction) _
) As Boolean
C# 
public abstract bool Remove( 
   IEnumerable<MathFunction> items
)
C++/CLI 
public:
abstract bool Remove( 
   IEnumerable<MathFunction^>^ items
) 

Parameters

items
The math functions to remove.

Return Value

true if it succeeded, otherwise false.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also